From: Yuan Fu Date: Sat, 19 Nov 2022 09:33:36 +0000 (-0800) Subject: Use keyword-face for declaration commands in tree-sitter sh-mode X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2086 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=59eaa30b07e9a79a9b2bb6ade0be9aac846384e2;p=emacs.git Use keyword-face for declaration commands in tree-sitter sh-mode * lisp/progmodes/sh-script.el: Change builtin to keyword. --- diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index 7483b31a378..3b66cdfab47 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el @@ -3297,7 +3297,7 @@ See `sh-mode--treesit-other-keywords' and :feature 'declaration-command :language 'bash - `([,@sh-mode--treesit-declaration-commands] @font-lock-builtin-face) + `([,@sh-mode--treesit-declaration-commands] @font-lock-keyword-face) :feature 'constant :language 'bash